efi: remove old SetVirtualAddressMap() arrangement
authorMarek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
Fri, 25 Oct 2019 15:48:30 +0000 (17:48 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 25 Oct 2019 15:48:30 +0000 (17:48 +0200)
commit86cf0ed11cdbf7b99a88312076ff455386c3bc22
tree336d7376bbb72f8698757d76fdb802e34007595f
parentdc2aaafe9e3c044bea71aa4575cb4524b3d950db
efi: remove old SetVirtualAddressMap() arrangement

Remove unused (#ifdef-ed out) code. Reviving it in its current shape
won't fly because:
 - SetVirtualAddressMap() needs to be called with 1:1 mapping, which
   isn't the case at this time
 - it uses directmap, which may go away soon
 - it uses directmap, which is mapped with NX, breaking EfiRuntimeServicesCode

No functional change.

Signed-off-by: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Release-acked-by: Juergen Gross <jgross@suse.com>
xen/common/efi/boot.c